UserVariableDeclaration Class

Used to specify user variable values that are displayed using the UserVariableGetField objects.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class UserVariableDeclaration
Inheritance
Object    UserVariableDeclaration

Constructors

UserVariableDeclaration Initializes a new instance of the UserVariableDeclaration class.

Properties

Formula Specifies the formula or expression used to compute the value of a field.
Name Contains the unique name for a user defined field declaration.
Type Contains the variable type.
Value Contains user variable declaration.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current UserVariableDeclaration object to its equivalent string representation.
(Overrides ObjectToString)

See Also